<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 1400px) {}
.w_125 {
  width: 125px
}
.w_400 {
  width: 400px
}
.w_550 {
  width: 550px
}
.w_1000 {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.w_1200 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.w_1400 {
  width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
.w_860 {
  width: 860px;
  margin: 0 auto;
}
@keyframes solltTop {
  from {
    transform: translateY(-130px);
  }
  to {
    transform: translateY(0px);
  }
}
.scroll {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  animation: solltTop 0.6s;
 /* border-bottom: 1px solid #EBEBED;*/
  box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
}
* {
  margin: 0px;
  padding: 0px;
}
body, html, samp, #keywords, em, s, input, h1, span {
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", SimSun, SimHei; /*	    font-family: Arial, Helvetica, sans-serif;*/
}
img {
  border: 0px;
  vertical-align: middle;
}
a, a:hover, a:visited, a:active {
  text-decoration: none;
  /*  color: #000;*/
  outline: none;
}
li, dl, dt, dd {
  list-style-type: none;
}
p {
  /*	text-align: justify;
	line-height: 26px;*/
  line-height: 26px;
}
input, textarea, select, option, em, h1, h2, h3, h4, h4, h6, span, li, dl, dt, td {
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6, em, i {
  font-style: normal;
  font-weight: 400;
  outline: none;
}
/*****************top*********************/
.clear {
  display: block;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  line-height: 0px;
  font-size: 1px;
  clear: both;
  visibility: hidden;
}
input, textarea, select {
  border: 0;
  outline: none; /*鍘婚櫎钃濊壊杈规*/
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #515151;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #515151;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #515151;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #515151;
}
a, button, input {
  outline: none;
}
s {
  text-decoration: none;
}
em {
  font-style: normal;
}
/****************Bootstrap******************/
@media (min-width: 1200px) {
/*  .container {
    width: 1200px;
  }*/
}
.nav a, .nav a:focus, .nav a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.dropdown-menu {
  min-width: inherit;
  padding: 6px;
  border-radius: 6px !important;
}
.navbar-default {
  background: none;
  border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent !important;
}
.navbar-brand &gt; img {
  display: inline-block;
}
.navbar &gt; .container-fluid .navbar-brand {
  margin-left: 0px;
}
/**************Bootstrap**************/
/****************************/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}
/*********************************/
.photo_thumbs_m_z{ position: relative; margin-top: 10PX;}
.swiper-slide-thumb-active{ border: 1px solid #cc0000;}
.photo_thumbs_L{ position: absolute; left: 0 !important; top:50% !important;
  transform: translateY(-50%);margin-top:0 !important;  }
.photo_thumbs_R{position: absolute; right: 0 !important; top:50% !important;
  transform: translateY(-50%);margin-top:0 !important;}


.photo_thumbs_L:after, .photo_thumbs_R:after{ display: none;}

.photo_thumbs_m{ width: 90%; margin:0 auto;}

.photo_thumbs_L .iconfont, .photo_thumbs_R .iconfont{color: #333; font-weight: bold;}





/****************************/
.banner {
  padding: 0px !important;
  margin-bottom: 60px;
}
.banner_n {
  margin-bottom: 20px;
}
.banner .swiper-pagination-bullet {
  border: 1px solid #fff;
  background: none;
  transition: 0.3s ease-in-out;
  width: 12px;
  height: 12px;
}
.banner .swiper-pagination-bullet-active { /*opacity: .6;*/
  width: 24px;
  border-radius: 12px;
  background: #fff;
}
[role="button"]:focus {
  outline: 0 !important;
}
.banner .swiper-button-prev {
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.png) no-repeat left top;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.banner .swiper-button-next {
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.png) no-repeat right top;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
  display: none;
}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next {
  opacity: 1;
}
.banner .swiper-pagination {
  bottom: 20px !important;
}
/****************************/
.breadcrumb a {
  color: #333;
}



/*.dropdown:hover .dropdown-menu{ display: block; }
*/
/************************************/
.fenye {
  text-align: center;
  clear: both;
  margin-top: 20px;
  margin-bottom: 80px;
}
.ep-pages {
  margin: 0 auto;
  display: inline-block;
  border-right: 1px solid #ddd;
  margin-top: 20px;
}
.ep-pages a, .ep-pages span {
  display: inline-block;
  border: 1px solid #ddd;
  color: #3c3c3c;
  border-right: none;
  float: inherit !important;
  /*	margin-left:3px;
	margin-right:3px;*/
  padding-left: 16px;
  padding-right: 16px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
.current {
  background: #cc0000 !important;
  border: 1px solid #cc0000 !important;
  color: #fff !important;
}
.disabled {
  color: #D8D8D8;
}
.ep-pages a:hover {
  background: #fff;
  /*	border: 1px solid #268bdb !important;*/
  color: #cc0000;
}
.fy {
  margin-top: 20px;
  margin-bottom: 50px;
}
.fy a:hover {
  color: #E50D1C;
}
.fh {
  margin-top: 30px;
  text-align: right;
}
.fh a {
  width: 90px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: #E50D1C;
  color: #FFF;
  display: inline-block;
}
.fanhui{ text-align: right; margin-top: 30px;}
.fanhui a{display: inline-block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #e4392a;
    color: #fff;
    font-size: 14px;
    margin: 0 12px;
    border-radius: 5px;
}
.cur_img {
  text-align: center;
  text-indent: 0 !important;
}
.cur_img img {
  max-width: 100%;
  margin-top: 10px;
}

.nav&gt;li{ margin-left: 2px; margin-right: 2px;}

.nodata{ padding: 0 15px;}



div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:url("../images/mask.png") repeat scroll 0 0 transparent;cursor:move;z-index:1;}




</pre></body></html>